func crypto/internal/mlkem768.newKeyFromSeed

2 uses

	crypto/internal/mlkem768 (current package)
		mlkem768.go#L131: 	return newKeyFromSeed(dk, seed)
		mlkem768.go#L134: func newKeyFromSeed(dk *DecapsulationKey, seed []byte) (*DecapsulationKey, error) {